-- card: 8507 from stack: in.96 -- bmap block id: 3845 -- flags: 0000 -- background id: 2701 -- name: Map2 -- part 1 (button) -- low flags: 00 -- high flags: 0000 -- rect: left=244 top=116 right=275 bottom=370 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: ----- HyperTalk script ----- on mouseUp set lockscreen to true go to card "legend" hide card field "key1" hide card field "key2" go card "map2" set lockscreen to false visual effect venetian blinds slowly go card "legend" end mouseUp -- part 2 (button) -- low flags: 00 -- high flags: 0000 -- rect: left=154 top=23 right=55 bottom=487 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: ----- HyperTalk script ----- on mouseUp Visual effect dissolve slowly go to card "the fort" wait for 2 seconds visual effect dissolve slowly go to card legend end mouseUp -- part 3 (button) -- low flags: 00 -- high flags: 0004 -- rect: left=452 top=303 right=331 bottom=491 -- title width / last selected line: 0 -- icon id / first selected line: 14953 / 14953 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: ----- HyperTalk script ----- on mouseUp go first end mouseUp